﻿/* height: 280px;
Horizontal Orientation CSS*/

.jscarousal-horizontal
{
    width: 913px;
    height: 175px;
    background-color: #F8F8F8;
    border: solid 1px #F8F8F8;
    margin: 8px;
    padding: 15px 8px 22px 8px;
    position: relative; /*overflow: hidden;*/
    border-radius:10px;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
    float: left;
    width: 21px;
    height: 118px;
    background-color: #F8F8F8;
    color: White;
    position: relative;
    top: 21px;
    cursor: pointer;
}
.jscarousal-horizontal-back
{
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: left;
}
.jscarousal-horizontal-forward
{
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
}
.jscarousal-contents-horizontal
{
    width: 700px;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
    position: absolute;
    width: 100%;
    height: 150px;
}
.jscarousal-contents-horizontal > div > div
{
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
    width: 193px;
    height: 150px;
    border: solid 1px #BFBDBD;
    border-bottom:none;
    background:white;
    padding:3px;
}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
    display: none;
}
.visible
{
    display: block;
}
.thumbnail-active
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}
.thumbnail-inactive
{
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
}
.thumbnail-text
{
    color: #7A7677;
    font-weight: bold;
    text-align: left;
    display: block;
    padding: 10px 2px 2px 0px;
}
#demo-wrapper
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px 0px 20px;
}

#demo-right
{
    width: 85%;
    float: left;
}
#hWrapperAuto
{
    margin-top: 20px;
}
#demo-tabs
{
    width: 100%;
    height: 50px;
    color: White;
    margin: 0;
    padding: 0;
}
#demo-tabs div.item
{
    height: 35px;
    float: left;
    background-color: #2F2F2F;
    border: solid 1px gray;
    border-bottom: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    text-align: center;
    padding: 10px 4px 4px 4px;
    font-weight: bold;
}
#contents
{
    width: 100%;
    margin: 0;
    padding: 0;
    color: White;
    font: arial;
    font-size: 11pt;
}
#demo-tabs div.item.active-tab
{
    background-color: Black;
}
#demo-tabs div.item.active-tabc
{
    background-color: Black;
}
#v1, #v2
{
    margin: 20px;
}
.visible
{
    display: block;
}
.hidden
{
    display: none;
}
#oldWrapper
{
    margin-left: 100px;
}
